home *** CD-ROM | disk | FTP | other *** search
- ;$ver: ClickStart startup-sequence version 1.2.5
- SetPatch >NIL:
- MB0:C/Assign ENV: Ram:
- MB0:C/Assign T: MB0:T/
- Echo "Starting Your Selected Program"
-
- If NOT EXISTS MB0:CountFile
- Echo >MB0:CountFile DummyFile
- Else
- Echo "Demo is about to be launched once more...."
- Echo ""
- Ask "Do you want to watch the demo again (Y/N)"
-
- If Warn
- Skip Start
- Else
-
- Resident >NIL: MB0:C/Reset PURE
- RemRad MB0: force
- Reset
- Quit
- EndIf
- EndIf
-
- Lab Start
- C/Execute MB0:S/PathFile >NIL:
- MB0:C/Execute ReqBootFile >NIL:
- Resident >NIL: MB0:C/Reset PURE
-
-
- Ask "Press Enter to Reset!!"
-
- If Warn
- MB0:C/RemRad MB0: Force
- Reset
- Else
- MB0:C/RemRad MB0: Force
- Reset
- EndIf
-
-
-
-